body {
  margin: 0;
  background-color: #EEEEEE;
}

.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
}

.header a {
  float: center;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

div.example {
  background-color: lightgrey;
  padding: 20px;
}

/*Zampost Logo background*/
div.logo {
    
  background-color: #EEEEEE;
  padding: 20px;
}

@media screen and (min-width: 513px) {
  div.example {
    font-size: 80px;
  }
}

@media screen and (max-width: 513px) {
  div.example {
    font-size: 60px;
  }
}

#grad1 {
	
  height: 200px;
  background-color: white; /* For browsers that do not support gradients */
  background-image: linear-gradient(red, white, blue); /* Standard syntax (must be last) */
}

#grad2 {
	
  height: 300px;
  background-color: white; /* For browsers that do not support gradients */
  background-image: linear-gradient(red, white, blue); /* Standard syntax (must be last) */
}

.slider {
	margin: auto;
      width: 80%;
      height: 150px;
      position: relative;
      background: white;
      box-shadow: 0 10px 20px -10px rgba(0,0,0,0.2);
      display: flex;
      overflow: hidden;
    }
	
	.slider a:hover{
	background-color: white;
	
	}
	
    .slide {
      height: 150px;
      display: flex;
      align-items: center;
      animation: slideshow 90s linear infinite;
    }
    .slide img {
      height: 150px;
	  width: 100;
      padding: 0 30px 0 30px;
    }
    @keyframes slideshow {
      0% {transform: translateX(0);}
      100% {transform: translateX(-100%);}
    }
    .slider::before, .slider::after {
      height: 150px;
      width: 50px;
      position: absolute;
      content: "";
      background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);
      z-index: 2;
    }
    .slider::before {
      left: 0;
      top: 0;
    }
    .slider::after {
      right:0;
      top:0;
      transform: rotateZ(180deg);
    }
	
	/*Navigation bar*/
	.sidebar {
  height: auto;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 90;
  left: 0;
  background-color: #3333FF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 30px;
  color: white;
  display: block;
  transition: 0.5s;
}

.sidebar a.active {
  background-color: #EEEEEE;
  font-size: 35px;
  font-weight: bold;
  color: black;
}

.sidebar a:hover {
  color: black;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  background-color: #3333FF;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: black;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.templatemo_box{ 
width: 100%;
	margin-bottom: 10px;
	background: url(images/templatemo_box_body.jpg) repeat-y right;
}

.templatemo_box .body {
	padding: 5px 15px 5px 15px;
}

.templatemo_box h2 {
	text-shadow: 2px 2px #CCFFFF; text-align: center;"
	position: relative;
	height: 25px;
	margin: 0;
	padding: 8px 15px;
	font-size: 30px;
	color: #048dc6;
	font-weight: bold;
	background: url(images/templatemo_box_tr.jpg) no-repeat top right; 
}

.templatemo_box h2 span {
	position: absolute;
	width: 10px;
	height: 35px;
	top: 0;
	left: 0;
	background: url(images/templatemo_box_tl.jpg);
}

.templatemo_box .box_bottom {
	position: relative;
	height: 12px;
	background: url(images/templatemo_box_br.jpg) top right;
}

.templatemo_box .box_bottom span {
	position: absolute;
	width: 10px;
	height: 12px;
	top: 0;
	left: 0;
	background: url(images/templatemo_box_bl.jpg);
}

.news_image {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #e5e5e5;
}

.news_box {
	clear: both;
	margin-bottom:20px;
}
	
.news_box h3{
	font-size: 14px;
	margin: 0 0 10px 0;
}

#templatemo_footer_wrapper {
	background: #0033CC 
}

#templatemo_footer {
	width: 100%;
	padding: 20px 10px;	
	margin: 0 auto;
	text-align: center;
	color: #WHITE;
	font-size: 16px;
}

#templatemo_footer a {
	color: WHITE;
	font-weight: normal;
}

#templatemo_footer a:hover {
	background-color: #white;
	font-weight: normal;
	text-decoration: none;
}


#templatemo_footer a:hover {
	text-decoration: none;
}

#templatemo_footer .footer_menu {
	font-size:25px;
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  transition-duration: 0.5s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

ol.a {
  list-style-position: inside;
}

ul.a {
  list-style-position: inside;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.column2 {
  flex: 40%;
  padding: 10px;
  font-size: 15px;
  text-align: center;
   
}
.row {
  display: flex;
}